LeadMark

Lead Generation HTML Landing Page Template


LeadMark is HTML landing page template with modern and clean features. In addition real flexibility and customization. We hope you like it! :)

Welcome! First of all we want to thank you for purchasing our Premium Startup Landing Page Template
We really do appreciate every sale. If you like our work please do not forget to rate it. It helps us in developing new and better items.

Rate Item

In the following sections we will explain how to set up and use it the easiest way possible. If you have any questions that you feel should have been in this document you can contact us through our profile page on themeforest.net/user/morad and we'll get back to you as soon as possible. Thanks so much!!!

For questions on basic HTML, JavaScript or CSS editing - please give your question a quick Google or visit W3Schools as template issues get top priority. You will need some knowledge of HTML/CSS to edit this tempate.

Use Firebug or Chrome Developer Tools.

Do not start from scratch, use an existing page from the demo and modify it to learn how it works.

Quickly find what you are looking for in this document by using your browser's "Find in Page" feature, typically Control + F.

Don't forget to re-explore the live demo for layouts, usage ideas and sample code.

  1. Based on Twitter Bootstrap 3.3.5
  2. Built With Sass
  3. 100% W3C Valid Files
  4. Fully Responsive Layout (PC, Tablet and Mobile phone)
  5. Cross Browser Compatible (Chrome, Opera, Safari, Mozzila, IE9+)
  6. Taking Care of Content Possibilities
  7. Banner Parallax
  8. 2 Leadgen Forms
  9. 5 Content Blocks
  10. 11 Skins color
  11. Unlimited Colors
  12. Working PHP Form With Validation
  13. Very Easy to Customize
  14. Very Detailed Documentation
  15. Font Awesome Icons
  16. ET Line Icons
  17. Stack Gap Icons
  18. Over 800 Google Web Fonts You Can Use

HTML folder is structured as following:

css - contains all sass and css files
js - contains all js files
images - separated into 2 folders. 1st "general-elements" contains general elements like pattern, logo and related design elements. 2nd "files" contains the images used in preview.
php - contains php files related to forms.
5 .html files - for main page.

In HTML Structure, we will talk about every structure of all content used as possible. These content are as following:

 

HTML Markup

Travel Tour template is based on Bootstrap v3.3.5 - a collection of CSS and JS files that can help you rapidly develop sites that look beautiful at any size, be it a 17" laptop screen or an iPhone.

Bootstrap's base grid is a variation of the grid system. The syntax is simple and it's effective cross browser, but the awesome part is that it also has the flexibility to go mobile like a champ. You can really easily customize all part of site or build new.

The default Bootstrap3 grid system is composed by 12 columns, named like "col-*-1", "col-*-2", "col-*-3"...."col-*-12". Grid systems are used for creating page layouts through a series of rows and columns that house your content.

Each .html file contains the HTML structure of the template. Here is the general structure (shortened):

<div class="container">


<div class="row">

<div class="col-md-12">1 Column - Content goes here</div>

</div>


<div class="row">

<div class="col-md-6">1/2 Column - Content goes here</div>

<div class="col-md-6">1/2 Column - Content goes here</div>

</div>


<div class="row">

<div class="col-md-4">1/3 Column - Content goes here</div>

<div class="col-md-4">1/3 Column - Content goes here</div>

<div class="col-md-4">1/3 Column - Content goes here</div>

</div>


<div class="row">

<div class="col-md-3">1/4 Column - Content goes here</div>

<div class="col-md-3">1/4 Column - Content goes here</div>

<div class="col-md-3">1/4 Column - Content goes here</div>

<div class="col-md-3">1/4 Column - Content goes here</div>

</div>


</div>

 

General Structure

All HTML files has the same structure. I made this similarity to save time and efforts.

<!DOCTYPE html>
<html lang="en-US">

<head>

    <!-- Meta
    ============================================= -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, intial-scale=1, max-scale=1">

    <!-- Stylesheets
    ============================================= -->
    <link href="css/css-assets.css" rel="stylesheet">
    <link href="css/style.css" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css?family=Poppins:400i,400,700i,700" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600i,700" rel="stylesheet">

    <!-- Favicon
    ============================================= -->
    <link rel="shortcut icon" href="images/general-elements/favicon/favicon.png">
    <link rel="apple-touch-icon" href="images/general-elements/favicon/apple-touch-icon.png">
    <link rel="apple-touch-icon" sizes="72x72" href="images/general-elements/favicon/apple-touch-icon-72x72.png">
    <link rel="apple-touch-icon" sizes="114x114" href="images/general-elements/favicon/apple-touch-icon-114x114.png">

    <!-- Title
    ============================================= -->
    <title>LeadMark</title>

</head>

<body>

    <div id="scroll-progress"><div class="scroll-progress"><span class="scroll-percent"></span></div></div>

    <!-- Document Full Container
    ============================================= -->
    <div id="full-container">

        <!-- Header
        ============================================= -->
        <header id="header" data-scroll-index="0">

            <div id="header-bar-1" class="header-bar">

                .
                .

            </div><!-- #header-bar-1 end -->

            <div id="header-bar-2" class="header-bar sticky text-white">
                
                .
                .

            </div><!-- #header-bar-2 end -->

        </header><!-- #header end -->

        <!-- Banner
        ============================================= -->
        <section id="banner" data-scroll-index="0">

            <div class="banner-parallax" data-banner-height="550">

                .
                .
                .

            </div><!-- .banner-parallax end -->

        </section><!-- #banner end -->

        <!-- Content
        ============================================= -->
        <section id="content">

            <div id="content-wrap">

                .
                .
                .

            </div><!-- #content-wrap -->

        </section><!-- #content end -->

        <!-- Footer
        ============================================= -->
        <footer id="footer">

            <div id="footer-bar-1" class="footer-bar">

                .
                .

            </div><!-- #footer-bar-1 end -->
            <div id="footer-bar-2" class="footer-bar">

                .
                .

            </div><!-- #footer-bar-2 end -->

        </footer><!-- #footer end -->

    </div><!-- #full-container end -->

    <a class="scroll-top-icon scroll-top" href="#"><i class="fa fa-angle-up"></i></a>

    <!-- External JavaScripts
    ============================================= -->
    <script src="js/jquery.js"></script>
        .
        .
    <script src='js/functions.js'></script>

</body>
</html>

 

Now i will talk about each main section as following:

 

<head>

<head> contains common meta tags, title, favicon and the attachment of CSS stylesheet.

<head>

    <!-- Meta
    ============================================= -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, intial-scale=1, max-scale=1">

    <!-- Stylesheets
    ============================================= -->
    <link href="css/css-assets.css" rel="stylesheet">
    <link href="css/style.css" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css?family=Poppins:400i,400,700i,700" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600i,700" rel="stylesheet">

    <!-- Favicon
    ============================================= -->
    <link rel="shortcut icon" href="images/general-elements/favicon/favicon.png">
    <link rel="apple-touch-icon" href="images/general-elements/favicon/apple-touch-icon.png">
    <link rel="apple-touch-icon" sizes="72x72" href="images/general-elements/favicon/apple-touch-icon-72x72.png">
    <link rel="apple-touch-icon" sizes="114x114" href="images/general-elements/favicon/apple-touch-icon-114x114.png">

    <!-- Title
    ============================================= -->
    <title>LeadMark</title>

</head>

 

Body

<body> contains the appearing content like header, main content and footer. JS attachment is at the end of body tag

 

<body>

    <div id="scroll-progress"><div class="scroll-progress"><span class="scroll-percent"></span></div></div>

    <!-- Document Full Container
    ============================================= -->
    <div id="full-container">

        <!-- Header
        ============================================= -->
        <header id="header">

            <div id="header-bar-1" class="header-bar">

                .
                .

            </div><!-- #header-bar-1 end -->

        </header><!-- #header end -->

        <!-- Banner
        ============================================= -->
        <section id="banner">

            <div class="banner-parallax" data-banner-height="800">

                .
                .

            </div><!-- .banner-parallax end -->

        </section><!-- #banner end -->

        <!-- Content
        ============================================= -->
        <section id="content">

            <div id="content-wrap">

                .
                .
                .

            </div><!-- #content-wrap -->

        </section><!-- #content end -->

        <!-- Footer
        ============================================= -->
        <footer id="footer">

            <div id="footer-bar-1" class="footer-bar">

                <div class="footer-bar-wrap">

                    .
                    .
                    .

                </div><!-- .footer-bar-wrap -->

            </div><!-- #footer-bar-1 end -->

        </footer><!-- #footer end -->

    </div><!-- #full-container end -->

    <a class="scroll-top-icon scroll-top" href="#"><i class="fa fa-angle-up"></i></a>

    <!-- External JavaScripts
    ============================================= -->
    <script src="js/jquery.js"></script>
        .
        .
    <script src='js/functions.js'></script>

</body>

 

In this section, we will talk about sections contents in main content area.

First, i will talk about the general structure of 2 common styles of content which are Flat Section and Parallax Section

 

Main Content Structure

The main content has the following code:

<!-- Content
============================================= -->
<section id="content">

    <div id="content-wrap">

        .
        .
        .

    </div><!-- #content-wrap -->

</section><!-- #content end -->

 

For Flat Section and Parallax Section, they will be explained as following:

Now i will show the 1st type, Flat Section as following:

 

Flat Section

It used for showing content with plan background color without parallax background image effect. This feature has separated section for this purpose.

Flat Section is a div with class "flat-section" as following:

<!-- === Pricing Plans =========== -->
<div id="pricing-plans" class="flat-section">

    <div class="section-content">

        <div class="container">
            <div class="row">
                <div class="col-md-8 col-md-offset-2">
                
                    <div class="section-title text-center">
                        <span class="icon theme-color-2"><i class="flaticon-target"></i></span>
                            <h2>
                            Pricing Table
                        </h2>
                        <p class="description">
                            This should be used to tell a story and let your users know a little more about your product or service. How can you benefit them?
                        </p>
                    </div><!-- .section-title end -->
                
                </div><!-- .col-md-8 end -->
                <div class="col-md-12">
                
                    .
                    .

                </div><!-- .col-md-12 end -->

            </div><!-- .row end -->
        </div><!-- .container end -->

    </div><!-- .section-content end -->

</div><!-- .flat-section end -->

 

You also will find div with class="section-content" where you can add the section content.

I use in this example the section call "Intro Features". You will find Section Title where it presents the title of each section. Also it's used in Pricing Table section.

It's made to provide flexibility of how to use it. It has the following code:

<span class="icon theme-color-2"><i class="flaticon-target"></i></span>

You can set the icon used in the section title by using any fontAwesome and Stroke Gap Icons which are included within the template.

You just need to change class of <i class="flaticon-target"></i> to for example <i class="fa fa-cog"></i>

Here are 2 cheatsheets of both icon font sets:

 

 

Parallax Section

This section type is used for showing content with parallax background style effect.

Parallax Section is a div with class "parallax-section" as following:

<!-- === CTA Title 1 =========== -->
<div id="cta-title-1" class="parallax-section text-white">

    <img src="images/files/parallax-bg/img-2.jpg" alt="">
    <div class="overlay-colored color-bg-dark opacity-50"></div><!-- .overlay-colored end -->
    <div class="section-content">

        <div class="container">
            <div class="row">
                <div class="col-md-8">
                    .
                    .
                </div><!-- .col-md-8 end -->
            </div><!-- .row end -->
        </div><!-- .container end -->

    </div><!-- .section-content end -->

</div><!-- .parallax-section end -->

 

You can specify the Background Image by assigning the first child image inside .parallax-section.
 

You have the ability to add Overlay Colored layer and Overlay Pattern layer.

They will be as following:

 

Overlay Colored

You can use the style of Overlay Colored layer by adding <div> with class="overlay-colored" directly before .section-inner as shown above.

You can control color and color opacity manually through 2 data attributes that you can include with this .overlay-colored element. Also as another option, you can use custom classes rather than this data attributes.

The 1st data attribute is data-bg-color which accepts only hexadecimal of 6 digits. Look at the code example used above.

The 2nd data attribute is data-bg-color-opacity which controls the opacity of the color. It accepts values from 0 to 1. Look at the code example above.

They are listed as following:

  1. Background Color : Add data-bg-color.
    It must have 6 letters of Hex value.
  2. Background Color Opacity : Add data-bg-color-opacity.
    You can change the opacity value by adding value between 0 to 1.

 

Also you can control background color option with custom color class rather than using the data attribute. You can see that there is a class called color-bg-theme added as following:

<div class="overlay-colored color-bg-theme"></div><!-- .overlay-colored end -->

 

Also you can control background opacity option with custom class rather than using the data attribute. You can see that there is a class called opacity-80 added as following:

<div class="overlay-colored color-bg-theme opacity-80"></div><!-- .overlay-colored end -->

 

Overlay Pattern

You can use the style of Overlay Pattern layer by adding <div> with class="overlay-pattern" directly before .section-content and after Overlay Colored as shown above.

You can also control color and color opacity (if you want to use) manually through 2 data attributes that you can include with this .overlay-pattern element. You can get the 2 data attributes from the above overlay Colored.

 


 

Now i will talk about all content section such as Intro Features, Popular Classes, ... to Footer Mini section.

Each section of them is has id of the setion name for the purpose of One Page Scroll Nav or custom styling for this section.

 

 

"Intro Features"

It uses Flat Section with id="intro-features".

It has the following code:

<!-- === Intro Features =========== -->
<div id="intro-features" class="flat-section">
        .
        .
        .
    <div class="section-content">

        <div class="container">
            <div class="row">
                <div class="col-md-12">

                    .
                    .
                    .

                </div><!-- .col-md-12 end -->
            </div><!-- .row end -->
        </div><!-- .container end -->

    </div><!-- .section-content end -->

</div><!-- .flat-section end -->

 

There is carousel slider with class="slider-services" . It has the following code:

<div class="slider-services">
    <ul class="owl-carousel">
        <li>
            <div class="slide">
                <div class="box-info box-info-1 theme-color-3">
                    <div class="box-icon icon"><img src="images/files/box-info-1/icon-1.png" alt=""></div>
                    <div class="box-content">
                        <h4>Best Web Solution</h4>
                        <p>
                            This should be used to tell a story and talk about your product or service.
                        </p>
                        <span class="tag-label">IT Solution</span>
                        <span class="tag-label">Web Design</span>
                    </div><!-- .box-content end -->
                </div><!-- .box-info end -->
            </div><!-- .slide end -->
        </li>
        <li>
            .
            .
        </li>
    </ul>
</div><!-- .slider-services end -->

 

There is box info with class box-info-1 used in slider-services. It has the following code:

<div class="box-info box-info-1 text-center mb-md-50">
    <div class="box-icon icon x4"><i class="flaticon-setup"></i></div>
    <div class="box-content">
        <h4>Our Mission</h4>
        <p>
            This should be used to tell a story and talk about your product or service.
        </p>
    </div><!-- .box-content end -->
</div><!-- .box-info end -->

 

There is box info with class box-info-2. It has the following code:

<div class="box-info box-info-1 theme-color-3">
    <div class="box-icon icon"><img src="images/files/box-info-1/icon-1.png" alt=""></div>
    <div class="box-content">
        <h4>Best Web Solution</h4>
        <p>
            This should be used to tell a story and talk about your product or service.
        </p>
        <span class="tag-label">IT Solution</span>
        <span class="tag-label">Web Design</span>
    </div><!-- .box-content end -->
</div><!-- .box-info end -->                                      

There are 4 colors variations for this box info. So you can use these 4 classes where you can add them to .box-info-1 as following:

  1. theme-color-3
  2. theme-color-4
  3. theme-color-5
  4. theme-color-6

 

There is carousel slider with class="slider-clients" . It has the following code:

<div class="slider-clients">
    <ul class="owl-carousel">
        <li>
            <div class="slide">
                <div class="client-single"><a href="#"><img src="images/files/sliders/clients/img-1.png" alt=""></a></div>
            </div><!-- .slide end -->
        </li>
        <li>
            .
            .
        </li>
    </ul>
</div><!-- .slider-clients end -->

 

"Pricing Plans"

It uses Flat Section with id="pricing-plans".

It has the following code:

<!-- === Pricing Plans =========== -->
<div id="pricing-plans" class="flat-section">
        .
        .
        .
    <div class="section-content">

        <div class="container">
            <div class="row">
                <div class="col-md-12">

                    .
                    .
                    .

                </div><!-- .col-md-12 end -->
            </div><!-- .row end -->
        </div><!-- .container end -->

    </div><!-- .section-content end -->

</div><!-- .flat-section end -->

 

There is Pricing Table used with class="pricing-table" . It has the following code:

<div class="pricing-table">

    <div class="row">
        <div class="col-md-4 col-sm-6">

            <div class="pt-column">
                <div class="pt-column-header">
                    <div class="title">
                        <span>Free Plan</span>
                    </div><!-- .title end -->
                    <div class="price">
                        <h1><span>Free</span></h1>
                        <span class="period">Per Month</span>
                    </div><!-- .price end -->
                </div>
                <ul class="pt-column-content">
                    <li>
                        This should be used to tell a story and talk about your product or service.
                    </li>
                </ul><!-- .pt-column-content end -->
                <div class="pt-column-footer">
                    <a class="btn colorful small hover-dark" href="#">Get Started</a>
                </div><!-- .pt-column-footer end -->
            </div><!-- .pt-column end -->

        </div><!-- .col-md-4 end -->
        <div class="col-md-4 col-sm-6">

            <div class="pt-column featured">
                .
                .
            </div><!-- .pt-column end -->

        </div><!-- .col-md-4 end -->
        <div class="col-md-4 col-sm-6">

            <div class="pt-column">
                .
                .
            </div><!-- .pt-column end -->

        </div><!-- .col-md-4 end -->
    </div><!-- .row end -->

</div><!-- .pricing-table end -->

You can add class="featured" to make a featured column as shown within the content.

 

 

"Call To Action - Title 1"

It uses Parallax Section with  id="cta-title-1".

It has the following code:

<!-- === CTA Title 1 =========== -->
<div id="cta-title-1" class="parallax-section text-white">

    <img src="images/files/parallax-bg/img-4.jpg" alt="">
    <div class="overlay-colored color-bg-heading opacity-60"></div><!-- .overlay-colored end -->
    <div class="section-content">

        <div class="container">
            <div class="row">
                <div class="col-md-10 col-md-offset-1 text-center">

                    <h1>Your Most <span class="font-heading-secondary">Exciting</span> Landing Page Will Be LeadPower Template</h1>
                    <p>
                        This should be used to tell a story and let your users know a little more about your product or service. How can you benefit them?
                    </p>
                    <a class="btn scroll-to xx-large rounded colorful hover-colorful-darken mt-60" href="#header">Call To Action</a>

                </div><!-- .col-md-10 end -->
            </div><!-- .row end -->
        </div><!-- .container end -->

    </div><!-- .section-content end -->

</div><!-- .parallax-section end -->

 

Here i will talk about the single pages included within the template.

They will be as following:

  1. Thank You page

 

1. Thank You page

There is a class="page-thank-you" added to <body> tag.

Inside the banner, there is a video preview box used. It has the following code:

<div class="video-preview vp-banner">
    <a class="img-bg lightbox-iframe" href="https://vimeo.com/45830194">
        <div class="overlay-colored color-bg-heading opacity-30"></div><!-- .overlay-colored end -->
        <img src="images/files/parallax-bg/img-3.jpg" alt="">
    </a><!-- .img-bg end -->
    <a class="video-btn lightbox-iframe" href="https://vimeo.com/45830194">
        <i class="fa fa-play"></i>
    </a><!-- .video-btn end -->
</div><!-- .video-preview end -->

To add your selected lightbox  video, change the value of href of both <a class="img-box lightbox-iframe"> and <a class="video-btn lightbox-iframe"> to the one you want.

In this section, i will talk about miscellaneous other contents like Button, Lightboxes, ... etc.

They will be as following:

 

Buttons

Buttons come with almost all common basic styles around. It comes with 6 styles in both default state and hover state where you can combine and specify these options manually between default state and hover state.

Here is all features included with Buttons:

 

First here is the initial code for Buttons as following:

<a class="btn" href="#">
    Read More
</a>

 

Now i will talk about how to change between Buttons features as following:

 

6 Default States

There are 6 default states for buttons by adding these following classes to the <a>:

  1. white
  2. transparent-white
  3. dark
  4. transparent-dark
  5. colorful
  6. transparent-colorful

 

8 Hover States

There are 6 hover states for buttons by adding these following classes to the <a>:

  1. hover-white
  2. hover-transparent-white
  3. hover-dark
  4. hover-transparent-dark
  5. hover-colorful
  6. hover-transparent-colorful

 

5 Sizes

There are 5 sizes for buttons by adding these following classes to the <a>:

  1. x-small
  2. small
  3. medium
  4. large
  5. x-large

 

Rounded or Not

You can choose between rounded state or not for buttons by adding "rounded" class to the <a>:

 

Here an example showing the use of these features:

<a class="btn small colorful hover-dark rounded" href="#">Take a Tour</a>

 

 

Lightboxes

There are 3 common type of light boxes are used, Lightbox Image, Lightbox Gallery and Lightbox Iframe.

They will be as following:

 

Lightbox Image

It used <a> tag. Just add class lightbox-img to it and give the href the destination of the image that will be popuped.

Here is some example:

<a class="overlay lightbox-img" href="images/files/portfolio/lightbox/img-2.jpg"></a>

 

Lightbox Gallery

It used <a> tag. Just add class lightbox-gallery to it and give the href the destination of the image that will be popuped.

Here is some example:

<a class="overlay lightbox-gallery" href="images/files/portfolio/lightbox/img-2.jpg"></a>

 

Lightbox Iframe

It used <a> tag. Just add class lightbox-iframe to it and give the href the destination of the video that will be popuped.

Here is some example:

<a class="overlay lightbox-iframe" href="https://vimeo.com/45830194"></a>

In this section, i will talk about general styling features like Skins, Scroll Animation, CSS Helpers ... etc.

They will be as following:

 

Skins

There are 10 skins included with the template.

In css/scss/skins folder, you will find the 10 skins sass files (beside default one) that you can make change from the 10 skins included.

You will need to add for example @import "skins/_skin-green"; in _variables.scss files as the following:

    .
    .
    .
//  ----------------------------------------------------------------
//     Skins Control
// -----------------------------------------------------------------

@import "skins/_skin-red";
    .
    .
    .

 

For the example above, what you will need to change is _skin-green to the file name you want to choose.

Here are the 10 skins file names:

  1. _skin-red
  2. _skin-green
  3. _skin-blue
  4. _skin-yellow
  5. _skin-orange
  6. _skin-brown
  7. _skin-light-green
  8. _skin-lamo
  9. _skin-purple
  10. _skin-turquoise

There is a default color file with the name of _skin-default.scss with the default color value. You can remove it or keep it as it is.

If you want to make custom color, just copy and paste on of these files in css/scss/skins folder and edite the color used in it, then replace its name with the included name in the style.scss file.

 

CSS Helpers

There are some classes you can use to add some Padding, Margin or Height for any elements you want.

They are very useful to optimize content spacing and height to make content looks fit.

 

Padding

The option of using custom padding is very useful to optimize content spacing and making content looks fit.

In the template, fixed classes are added to apply padding in all directions like left, right, top, bottom, top-bottom and left-right.

The range values is from 0px to 140px with difference 10px for each step.

Now i will show example of each side of padding:

 

Padding Left

It's named from class pl-10 to pl-140 with step 10px. Here is example:

<div class="pl-10"> . . . </div>

 

Padding Right

It's named from class pr-10 to pr-140 with step 10px. Here is example:

<div class="pr-10"> . . . </div>

 

Padding Top

It's named from class pt-10 to pt-140 with step 10px. Here is example:

<div class="pt-10"> . . . </div>

 

Padding Bottom

It's named from class pb-10 to pb-140 with step 10px. Here is example:

<div class="pb-10"> . . . </div>

 

Padding Left Right

It's named from class plr-10 to plr-140 with step 10px. Here is example:

<div class="plr-10"> . . . </div>

 

Padding Top Botom

It's named from class ptb-10 to ptb-140 with step 10px. Here is example:

<div class="ptb-10"> . . . </div>

 

In small devices, it's sometimes needed to change these applied padding values, so there are also classes made to be applied in the small devices that starts from widths < 992px

Here are examples of how it's applied:

 

Responsive Padding Left

It's named from class pl-md-10 to pl-md-140 with step 10px. Here is example:

<div class="pl-md-10"> . . . </div>

 

Responsive Padding Right

It's named from class pr-md-10 to pr-md-140 with step 10px. Here is example:

<div class="pr-md-10"> . . . </div>

 

Responsive Padding Top

It's named from class pt-md-10 to pt-md-140 with step 10px. Here is example:

<div class="pt-md-10"> . . . </div>

 

Responsive Padding Bottom

It's named from class pb-md-10 to pb-md-140 with step 10px. Here is example:

<div class="pl-md-10"> . . . </div>

 

Responsive Padding Left Right

It's named from class plr-md-10 to plr-md-140 with step 10px. Here is example:

<div class="plr-md-10"> . . . </div>

 

Responsive Padding Top Botom

It's named from class ptb-md-10 to ptb-m-140 with step 10px. Here is example:

<div class="ptb-md-10"> . . . </div>

 

Margin

The option of using custom margin is very useful to optimize content spacing and making content looks fit.

In the template fixed classes are added to apply margin in all directions like left, right, top, bottom, top-bottom and left-right.

The range values is from 0px to 140px with difference 10px for each step.

Now i will show example of each side of margin:

 

Margin Left

It's named from class ml-10 to ml-140 with step 10px. Here is example:

<div class="ml-10"> . . . </div>

 

Margin Right

It's named from class mr-10 to mr-140 with step 10px. Here is example:

<div class="mr-10"> . . . </div>

 

Margin Top

It's named from class mt-10 to mt-140 with step 10px. Here is example:

<div class="mt-10"> . . . </div>

 

Margin Bottom

It's named from class mb-10 to mb-140 with step 10px. Here is example:

<div class="mb-10"> . . . </div>

 

Margin Left Right

It's named from class mlr-10 to mlr-140 with step 10px. Here is example:

<div class="mlr-10"> . . . </div>

 

Margin Top Botom

It's named from class mtb-10 to mtb-140 with step 10px. Here is example:

<div class="mtb-10"> . . . </div>

 

In small devices, it's sometimes needed to change these applied margin values, so there are also classes made to be applied in the small devices that starts from widths < 992px

Here are examples of how it's applied:

 

Responsive Margin Left

It's named from class ml-md-10 to ml-md-140 with step 10px. Here is example:

<div class="ml-md-10"> . . . </div>

 

Responsive Margin Right

It's named from class mr-md-10 to mr-md-140 with step 10px. Here is example:

<div class="mr-md-10"> . . . </div>

 

Responsive Margin Top

It's named from class mt-md-10 to mt-md-140 with step 10px. Here is example:

<div class="mt-md-10"> . . . </div>

 

Responsive Margin Bottom

It's named from class mb-10 to mb-md-140 with step 10px. Here is example:

<div class="mb-md-10"> . . . </div>

 

Responsive Margin Left Right

It's named from class mlr-md-10 to mlr-md-140 with step 10px. Here is example:

<div class="mlr-md-10"> . . . </div>

 

Responsive Margin Top Botom

It's named from class mtb-md-10 to mtb-md-140 with step 10px. Here is example:

<div class="mtb-md-10"> . . . </div>

 

Height

The option of using custom height is very useful to optimize content height of some specific element and making content looks fit. I used it in portfolio single page in the image preview.

It's named from class h-0 to h-900.

From class h-0 to h-100 with step 10px.

From class h-100 to h-900 with step 20px.

Here is example:

<div class="h-10"> . . . </div>

 

In small devices, it's sometimes needed to change these applied height values, so there are also classes made to be applied in the small devices that starts from widths < 992px

It's named from class h-md-0 to h-md-900.

From class h-md-0 to h-md-100 with step 10px.

From class h-md-100 to h-md-900 with step 20px.

Here is example:

<div class="h-md-10"> . . . </div>

 

 

All CSS files css files are stored at "css" folder.

It's all built with Sass. Sass files are existed in css/scss folder.

There are 2 .scss files which compiled to 2 .css files that attached in each html file.

style.scss has all codes and import of _variables.scss file.

css-assets.scss has all general css assets include.

_variables.scss files has all css variables of values used in the template

The style.scss file is as following:

/*=================================================================================

    Theme Name: LeadMark
    Theme URI: http://moradhamdy.com/morad/leadmark-demo
    Description: Business HTML Template
    Author: Morad
    Author URI: http://moradhamdy.com/
    Version: 1.0

    SCSS Stylesheet

===================================================================================*/



// Imports ( Others at Bottom )
// ==================================

@import "_variables";

// ==================================



/**
 * styles.css file is divided as the following:
 *
 * ( 01 ) - General Basics
 * ( 02 ) - Form Settings
 * ( 03 ) - Header
 * ( 04 ) - Banner
 * ( 05 ) - Content
 * ( 06 ) - Single Pages
 * ( 07 ) - Footer
 *
 */

And at the end of style.scss file, it's the place where you can make import of another .scss files as following:

 .
 .
 .

 // Imports ( Rest imports )
 // ==================================



 // ==================================

 

The css-assets.scss which has all general css assets include, is as following:

/*=====================================================================
 
    CSS ASSETS
    ----------

    Here are all imports of css libraries and helpers like
    Bootstrap, fontAwesome, Owl Carousel, .. etc.

 *=================================================================== */


// CSS Assets Imports
// ==================================

@import "_variables";
@import "bootstrap";
@import "animate.min";
@import "owl.carousel";
@import "owl.theme.default";
@import "font-awesome.min";
@import "et-line";
@import "../fonts/Stroke-Gap-Icons-Webfont/style.css";
@import "../fonts/flaticon-leadpower/font/flaticon.css";
@import "magnific-popup";
@import "hamburgers/hamburgers";
@import "css-helpers";

// ==================================

 

This template uses several scripts many of which are documented within the template's code. If you're a developer, you will find this particularly useful.

There are jquery plugins used such as Owl-Carousel, Scroll It, Jquery Validate, ... etc.

These files are existed in js folder. Javascript files are attached at the bottom of each HTML. It looks like this:

<!-- External JavaScripts
============================================= -->
<script src="js/jquery.js"></script>
<script src="js/jRespond.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.fitvids.js"></script>
<script src="js/hoverIntent.js"></script>
<script src="js/simple-scrollbar.min.js"></script>
<script src="js/superfish.js"></script>
<script src="js/scrollIt.min.js"></script>
<script src="js/jquery.stellar.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.mb.YTPlayer.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/simple-scrollbar.min.js"></script>
<script src='js/functions.js'></script>

For the case of using another language rather than english, you will need to add the proper attachment of js file for header form validation message. I have talked about this in section "Banner".

Here is how you will update the attachment of all js files.

    <!-- External JavaScripts
    ============================================= -->
    .
    .
    <script src='js/jquery.validate.min.js'></script>
    <script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/localization/messages_ar.js"></script>
    .
    .

 

In the functions.js, there the codes of using plugins and custom scripts.

All codes almost well commented for understanding and customization.

 

I didn't include PSD files as there is almost no graphical elements are built on Photoshop :)

 

Fonts

 

CSS

 

Scripts

 

PSD

No PSD files included!

 

Support includes bugs fixing, and general problem solving with features explained on the template’s official sales page.

Once again, thank you so much for purchasing this template. As I said at the beginning, I'd be glad to help you if you have any questions relating to this template. No guarantees, but I'll do my best to assist. If you have a more general question relating to the templates on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.

Regards,
Morad

Here are the updates series information.

 

Version 1.0

First release.

 

Version 1.1

Fix

  1. Fix Scroll Top Button css issue.

 

New Features

  1. Adding Mailchimp subscribe form.
  2. Adding the ability to use Font Icon in section title as another option of image icon.

 

Files to be Updated

  1. Update style.scss, css-assets.scss in scss folder.
  2. Update style.css, css-assets.css in css folder.
  3. Revise image icon which used in Section Title and replace it with font icon model if you prefer.
  4. Check new index-leadgen-2-mailchimp.html where the mailchimp form used.
  5. Add the Mailchimp js code in the proper place as the new updated files show. IT has the following code:
    // *** Mailchimp Subscribe Form *** //
    $( "#form-cta-subscribe-3" ).ajaxChimp({
        callback: mailchimpCallback,
        url: "https://themeforest.us12.list-manage.com/subscribe/post?u=271ee03ffa4f5e3888d79125e&amp;id=163f4114e2" //Replace this with your own mailchimp post URL.
    });
    
    function mailchimpCallback(resp) {
        // IMPORTANT : The input field must be type="email"
        var $subsMsg = $( ".cs-notifications" );
        if (resp.result === 'success') {
            .
            .
            .
    
    

 

Version 1.2

New Features

  1. Adding the PSD of the template.

 

Files to be Updated

  1. Check PSD Template folder.

 

Version 1.3

Fix

  1. Fix Mailchimp Subscribe form js issue.

 

Files to be Updated

  1. Update Mailchimp code in functions.js file with the new updated code. You can find the mentioned Mailchimp js code starting with function mailchimpCallback(n). Here is a clarification:
    // *** Mailchimp Subscribe Form *** //
    
        .
        .
        .
    
    function mailchimpCallback(n){